Newman Run Dashboard

Thursday, 22 January 2026 04:03:59
Total Iterations

3

Total Assertions

123

Total Failed Tests

12

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow Collection DataDriven
Environment: QA
Timings and Data
Total run duration: 32.3s
Total data received: 1.54MB
Average response time: 240ms
Summary Item Total Failed
Requests 123 0
Prerequest Scripts 132 0
Test Scripts 153 0
Assertions 123 12
Skipped Tests 0 -



Showing 12 Failures

Failed Test: Response Time is less than 100ms

Assertion Error Message
expected 440 to be below 100
Failed Test: Response time is less than 200ms

Assertion Error Message
expected 203 to be below 200
Failed Test: Response time less than 150ms

Assertion Error Message
expected 226 to be below 150
Failed Test: Response time is less than 200

Assertion Error Message
expected 220 to be below 200
Failed Test: Response Time is less than 100ms

Assertion Error Message
expected 203 to be below 100
Failed Test: Response time is less than 200ms

Assertion Error Message
expected 212 to be below 200
Failed Test: Response time less than 150ms

Assertion Error Message
expected 221 to be below 150
Failed Test: Response time is less than 200

Assertion Error Message
expected 211 to be below 200
Failed Test: Response Time is less than 100ms

Assertion Error Message
expected 201 to be below 100
Failed Test: Response time is less than 200ms

Assertion Error Message
expected 202 to be below 200
Failed Test: Response time less than 150ms

Assertion Error Message
expected 220 to be below 150
Failed Test: Response time is less than 200

Assertion Error Message
expected 209 to be below 200


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 440ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a537685b-da43-4015-a0b2-4f12112ef83e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-SkXPlACZZbcRky/48TsBqQJqHfc"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response should be json 1 0 0
Response Time is less than 100ms 0 1 0
Message is Success 1 0 0
Token is not null 1 0 0
Verify json schema 1 0 0
Valid JWT Token 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Response Time is less than 100ms
expected 440 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 205ms
Mean size per request: 111B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7cd7bddb-8ad6-478a-bc37-e3fa290524b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 60
Request Body
{
            "username": "iamfd123",
            "password": "pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct message is shown 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 438B

Test Pass Percentage
83 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 650769a7-fe62-4a37-b4ed-8c2c00f86496
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time is less than 200ms 0 1 0
Response body message contains Success 1 0 0
Verify json response schema 1 0 0
Verify response has fields id and email_id 1 0 0
Verify if role is frontDesk 1 0 0
Total 5 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200ms
expected 203 to be below 200
Request Description
Generated from cURL: curl '[http://64.227.160.186:9000/v1/dashboard/count'](http://64.227.160.186:9000/v1/dashboard/count') \-H 'Accept: application/json, text/plain, _/_' \-H 'Accept-Language: en-US,en;q=0.9' \-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \-H 'Connection: keep-alive' \-H 'If-None-Match: W/"f1-uWm6lTWahR9mf4XVPHCW+XB9HU4"' \-H 'Origin: [http://phoenix.techwithjatin.com'](http://phoenix.techwithjatin.com') \-H 'Referer: [http://phoenix.techwithjatin.com/'](http://phoenix.techwithjatin.com/') \-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \--insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 242B

Test Pass Percentage
89 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ec4832a-c9be-4116-8e9a-68730d1f7fef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-X4OLCDhgr5kCQmKd0jfOQorxtU4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":183},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time less than 150ms 0 1 0
Verify message is success 1 0 0
Verify json schema 1 0 0
Verfiy if the length of the data array is 3 1 0 0
Verify if keys are present in response 1 0 0
Verify if count of Pending for delivery is number 1 0 0
Verify if count of Created today is number 1 0 0
Verify if count of Pending for FST assignment is number 1 0 0
Total 8 1 0
Test Failure
Test NameAssertion Error
Response time less than 150ms
expected 226 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 10.53KB

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6334a9a4-3d51-41af-bd0b-ee8d350f6bfd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time is less than 200 0 1 0
Response has these keys 1 0 0
Json schema validation 1 0 0
Verify if key is storing a non empty array 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200
expected 220 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"mumbai","last_name":"mumbai","mobile_number":"9876543211","mobile_number_alt":"","email_id":"a@yopmail.com","email_id_alt":""},"customer_address":{"flat_number":"mumbai","apartment_name":"mumbai","street_name":"mumbai","landmark":"mumbai","area":"mumbai","pincode":"400703","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2026-01-10T18:30:00.000Z","serial_number":"9090909090909090","imei1":"9090909090909090","imei2":"9090909090909090","popurl":"2026-01-10T18:30:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":2,"remark":"93 battery health"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d53abd7-effe-437d-8d9a-85df9ec6bddd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1063
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "saitama",
                "last_name": "sensei",
                "mobile_number": "628-958-2954",
                "mobile_number_alt": "",
                "email_id": "saitama@yopmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "mumbai",
                "apartment_name": "mumbai",
                "street_name": "mumbai",
                "landmark": "mumbai",
                "area": "mumbai",
                "pincode": "400703",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2026-01-10T18:30:00.000Z",
                "serial_number": "803479690351743",
                "imei1": "803479690351743",
                "imei2": "803479690351743",
                "popurl": "2026-01-10T18:30:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 2,
                    "remark": "93 battery health"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-OW/5s1mOL0a0m7WIjLnJNIvboxw"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163655,"tr_customer_product_id":163645,"job_number":"JOB_163638"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time < 300ms 1 0 0
Job created succesfully 1 0 0
Verify json schema 1 0 0
Verify if id is present in the response data 1 0 0
Verify if job_number is present in the response data 1 0 0
Verify if tr_customer_product_id is present in the response data 1 0 0
Verify if tr_customer_id is present in the response data 1 0 0
Verify if mst_oem_id is present in the response data 1 0 0
Verify if mst_warrenty_status_id is present in the response data 1 0 0
Verify if mst_platform_id is present in the response data 1 0 0
Verify if mst_service_location_id is present in the response data 1 0 0
Verify if job starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9eba48e-c330-4c33-9d02-958ecef5fa79
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pEs12z7motSfYZwtoKIvPNyLKmk"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":184},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 490ms
Mean size per request: 178.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 352963c0-319f-4744-812e-99356136a30e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2ca99-i2SF9CA5ttHbre9ohC/oxHm9j5g"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:29.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_152156"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 1023B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2aa29d2-d3b8-47c4-a8cd-151e0a08ac9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163638"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1023
ETag W/"3ff-g63Q3Rs9BkBy8O777do5OHmh3nE"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:29.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_152156' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163638
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 1.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MDd9.5C2c6acnXT72l0C-xWixyOE9Ga3qG3B5UCxQC9LCeZc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a70d296f-8499-4b73-9fb7-fb29cabfa050
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"620-1KdtWWUwf01vti8jfDYzOtNRvSg"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:29.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626497,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:29.000Z","created_at":"2026-01-22T04:03:29.000Z"},{"id":626498,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:29.000Z","created_at":"2026-01-22T04:03:29.000Z"}],"problems":[{"id":142882,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:29.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a02051de-d8b0-453d-b5aa-cf3e9bf05bac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-MrHSP1ylQP7Zq7QKYaoHRUsUE3A"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 570f6e7a-d14b-4645-9b37-bb91158fa736
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 971acc40-3628-474b-b9df-e04e9fd7a4eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-SFo9QExSaZhuiFtecvTKTF30Nws"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":126},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9014-3aotQ6FVZwRGsicSmOOxsG5AtOA"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 122.61KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4f3c503-4fea-4e61-9081-3937ae4fa8cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1ea6e-mh4nW7ZrwmbQiHu8tWAxt6Iiwkk"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:29.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14774daa-6cfd-4851-ab00-e770ff786ef0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e271f7a2-3581-4850-a686-d4fa23468e28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163638,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fac2-9l1s3wKMBAloSFOe9SQ0E6YCLTs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 121.64KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTB9.N6VIf6LOBbLrveEUPGcj_nmSw_8vtt5Mc09g4HxMboI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2bb07ef8-57f4-4d96-b099-a419910c3b44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1e68d-+lslc3HVpdFjLIz+DoZFWDJBWc4"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0176eef4-0f4d-458d-a513-3da251ac1c85
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-mkoM5DFpl4euDMaNZBkiBgDWzpI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d2bc983-f4fc-47db-a264-87521371d451
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b7e160f-520f-41b0-8db6-d9b10338ff3e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-hCLp1ggq47HYOTP6A2Pm6YHfU3M"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":63}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 077bf379-bb18-4b6f-91d2-6c6f6cdda808
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-PQ08XCYxjWzzEKt81dRuIYHIvco"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:31.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:31.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36609f69-ed15-4eb9-a474-55d18a4839f6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 364ms
Mean size per request: 1.18KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b5e7d59-32c9-482a-8f65-266ee2d75ece
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b9-+mW+YOEjxksOFEEy6YE5Fg9evNo"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:31.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:31.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":163638,"remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:29.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b644e32-5c84-4638-bfc8-b11c811a6f6e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"problems":[{"id":1,"remark":"Reinstall OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTJ9.Qi4SFnLm5_-6oCAvJV_9EW9aXN_lpacWcVhV4U5VNow
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9dd6db5b-a013-4898-a60b-92fd11bd3f23
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 135
Request Body
{
            "job_id": 163638,
            "problems": [
                {
                    "id": 1,
                    "remark": "Reinstall OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ce40a64-3457-467f-93ae-7f41890e7311
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-kmIYZznNN/LK7EKMDa1hWTqMOKg"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6dafb9ea-229b-4dbe-8d2b-31f2f95f44c2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3fc8b8b4-ffb7-4fa6-a5ff-13ff78879aed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-Pt9o/VZ2TWoQvCVnbTP4AQ8Om5g"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":63},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de2ac026-b04b-4a7f-a73a-797e68a24661
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 41
Request Body
{
            "details_key": "pending_for_qc"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 60.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17d851ef-3422-4f5a-9708-9d9ea9089456
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 39
Request Body
{
            "details_key": "qc_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f3c7-U4LVRhevd/LY4saZWGUCxgyj3VU"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fd-nisGjCTzjGnRpd0YElZvokQ2TeQ"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 421ms
Mean size per request: 1022B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 605b1e99-c5fa-4e70-8731-fb24d552856b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1022
ETag W/"3fe-spGV8f8NeIRT0mfx0x0IEsX0568"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:33.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-22T04:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5319e47a-c859-4bb4-a550-9b5cd1c95aa3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163638
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 401ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYxNH0.flz0VrKwrQl05SwKX1ykt12pIMhEntBvClqPleHOaLc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b6add386-0fdb-4f3e-9c24-353316f611fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1e8a4cb-a2e8-4e00-ad9e-880116917a08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-AJwO+oo5ufzAtmTLAup3bZji6o0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f55935e9-65b8-475d-9cde-a1a5a284e0f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-jn/+2Asb3Ic/fTGuGPsU+w0iTOs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c003229-6d32-43d8-b4ce-0c81ab23bfa1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7AoMcFwT7Tpu7QGniI4b1Mg48DU"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":184},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c8833271-04a3-427c-833c-8ef53ec96645
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-91+hKVBO0+RJecndr6JuSggXhsI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:35.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79f039a0-aa2d-4d4a-9300-38d991c0c492
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-91+hKVBO0+RJecndr6JuSggXhsI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:35.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b603c748-183b-4166-a0a8-e9757bb9f208
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163638
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151780"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 1016B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bcd8c1c1-fc5f-4f1c-b96a-734f3ef4d8b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163638"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1016
ETag W/"3f8-/gTDW00CoY2zDjOUrM4IjTfxy3w"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151780' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163638
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 2.57KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTZ9.coq2CacXGx2AfIS0xVDH4A5v9vhA36TB4I3hoHf99aU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0f60b14-8360-4c4f-829b-a3195a56f20a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a43-fBh6u79b7FDUBHmtMRDxwFxDARk"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626497,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:29.000Z","created_at":"2026-01-22T04:03:29.000Z"},{"id":626498,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:29.000Z","created_at":"2026-01-22T04:03:29.000Z"},{"id":626499,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-22T04:03:31.000Z","created_at":"2026-01-22T04:03:31.000Z"},{"id":626500,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-22T04:03:33.000Z","created_at":"2026-01-22T04:03:33.000Z"},{"id":626501,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-22T04:03:35.000Z","created_at":"2026-01-22T04:03:35.000Z"},{"id":626502,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:37.000Z","created_at":"2026-01-22T04:03:37.000Z"},{"id":626503,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:37.000Z","created_at":"2026-01-22T04:03:37.000Z"}],"problems":[{"id":142882,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:29.000Z"},{"id":142883,"problem":"Smartphone is running slow","remark":"Reinstall OS","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-22T04:03:33.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb95eea4-abbb-4c79-ba1a-1687eb16c1ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-KV4LhI0EEjNT+Ug1l92cf3GhrxY"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response should be json 1 0 0
Response Time is less than 100ms 0 1 0
Message is Success 1 0 0
Token is not null 1 0 0
Verify json schema 1 0 0
Valid JWT Token 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Response Time is less than 100ms
expected 203 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 203ms
Mean size per request: 111B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0aecc03f-aee0-4b2f-b786-5c16857c9adb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 60
Request Body
{
            "username": "iamfd123",
            "password": "pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct message is shown 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 438B

Test Pass Percentage
83 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83f0ecf1-9bad-4f7b-9eb5-32dd7fc39db1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time is less than 200ms 0 1 0
Response body message contains Success 1 0 0
Verify json response schema 1 0 0
Verify response has fields id and email_id 1 0 0
Verify if role is frontDesk 1 0 0
Total 5 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200ms
expected 212 to be below 200
Request Description
Generated from cURL: curl '[http://64.227.160.186:9000/v1/dashboard/count'](http://64.227.160.186:9000/v1/dashboard/count') \-H 'Accept: application/json, text/plain, _/_' \-H 'Accept-Language: en-US,en;q=0.9' \-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \-H 'Connection: keep-alive' \-H 'If-None-Match: W/"f1-uWm6lTWahR9mf4XVPHCW+XB9HU4"' \-H 'Origin: [http://phoenix.techwithjatin.com'](http://phoenix.techwithjatin.com') \-H 'Referer: [http://phoenix.techwithjatin.com/'](http://phoenix.techwithjatin.com/') \-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \--insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 242B

Test Pass Percentage
89 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f8f43d4-f79f-48e6-bba4-bafe6ed01ceb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pEs12z7motSfYZwtoKIvPNyLKmk"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":184},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time less than 150ms 0 1 0
Verify message is success 1 0 0
Verify json schema 1 0 0
Verfiy if the length of the data array is 3 1 0 0
Verify if keys are present in response 1 0 0
Verify if count of Pending for delivery is number 1 0 0
Verify if count of Created today is number 1 0 0
Verify if count of Pending for FST assignment is number 1 0 0
Total 8 1 0
Test Failure
Test NameAssertion Error
Response time less than 150ms
expected 221 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 10.53KB

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cdf052bb-0297-41f9-9053-6ac3ea363851
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time is less than 200 0 1 0
Response has these keys 1 0 0
Json schema validation 1 0 0
Verify if key is storing a non empty array 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200
expected 211 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"mumbai","last_name":"mumbai","mobile_number":"9876543211","mobile_number_alt":"","email_id":"a@yopmail.com","email_id_alt":""},"customer_address":{"flat_number":"mumbai","apartment_name":"mumbai","street_name":"mumbai","landmark":"mumbai","area":"mumbai","pincode":"400703","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2026-01-10T18:30:00.000Z","serial_number":"9090909090909090","imei1":"9090909090909090","imei2":"9090909090909090","popurl":"2026-01-10T18:30:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":2,"remark":"93 battery health"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9d36cd4-c10f-4237-9470-ed3c6cb23d11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "tanjiro",
                "last_name": "kamado",
                "mobile_number": "954-632-2365",
                "mobile_number_alt": "",
                "email_id": "tanjiro@g.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "mumbai",
                "apartment_name": "mumbai",
                "street_name": "mumbai",
                "landmark": "mumbai",
                "area": "mumbai",
                "pincode": "400703",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2026-01-10T18:30:00.000Z",
                "serial_number": "522671910892708",
                "imei1": "522671910892708",
                "imei2": "522671910892708",
                "popurl": "2026-01-10T18:30:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 2,
                    "remark": "93 battery health"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-RpRHZoHcWiweg7nL6Jly0iZQC2Q"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163656,"tr_customer_product_id":163646,"job_number":"JOB_163639"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time < 300ms 1 0 0
Job created succesfully 1 0 0
Verify json schema 1 0 0
Verify if id is present in the response data 1 0 0
Verify if job_number is present in the response data 1 0 0
Verify if tr_customer_product_id is present in the response data 1 0 0
Verify if tr_customer_id is present in the response data 1 0 0
Verify if mst_oem_id is present in the response data 1 0 0
Verify if mst_warrenty_status_id is present in the response data 1 0 0
Verify if mst_platform_id is present in the response data 1 0 0
Verify if mst_service_location_id is present in the response data 1 0 0
Verify if job starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dadf22fa-1061-480e-9ae2-a65631194585
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-CJnjG1k37M4aQ4pPwjI2RTqd1+A"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":185},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 517ms
Mean size per request: 179.61KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1f52fd81-3ffb-442e-91a8-80d8563a7e9c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2ce6d-POlEQPZZPNlR7Wnv9rSqJ5Rh5JI"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:39.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_152156"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 1017B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 956f5f17-f984-40ea-9122-a8f3390a632b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163639"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-TVkywR1Ps5VTosnn8KpAJBF/VLM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:39.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_152156' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163639
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 1.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MTh9.BygMr3mkURv6UZ3zIuMQLZWVYTf6qqVuHFiX48UEw_k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 362ecbab-f334-45a5-a455-11fede30e88c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"61a-4vx1SDsRlWvbtkJylEfnkU4uCo8"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:39.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626504,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:39.000Z","created_at":"2026-01-22T04:03:39.000Z"},{"id":626505,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:39.000Z","created_at":"2026-01-22T04:03:39.000Z"}],"problems":[{"id":142884,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:39.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 181165a7-4cd1-4cfb-a1fe-6eb8f2593b07
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-Ki6kCbFzO17mREYB8FvgpGF9SC4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6b119d2-b850-4c64-b7d0-ee93d8abb409
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token beeae714-128c-47ae-adc6-af5aef2650d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-SFo9QExSaZhuiFtecvTKTF30Nws"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":126},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9014-3aotQ6FVZwRGsicSmOOxsG5AtOA"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 122.6KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 940dcdf9-a264-44ab-b6a4-67600c003265
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1ea68-a2EwvcpyEI7NrjypoLy3/2YUsgU"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:39.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d2fc481-78cf-468d-a42e-4a6f416a32a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d315ce24-d370-4326-b1f1-3c4198859e41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163639,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fac2-9l1s3wKMBAloSFOe9SQ0E6YCLTs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 121.64KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjF9.pBLDx3rt-7AFyvEx_lY4r-qkxyko2PD3xUcc8qVOEnw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed62c0a0-1444-4f9f-bae5-30656588a728
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1e68d-+lslc3HVpdFjLIz+DoZFWDJBWc4"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dac6b6a1-af79-41fa-987e-9b7aaf38b6c9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-DSmU+kvrtPiJMJ66KANQZMWovjg"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95d9994a-8ad8-4ff1-870b-9ed7166e4147
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4937c739-9962-40a3-910d-026a51cd709d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-RMWuBvOtZ2ktR+cun/sBu1wOl2k"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":64}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 1002B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ca826d39-7e86-442f-ae29-bf0566f290d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1002
ETag W/"3ea-/piUoaTajc3+YH7+rUQxj+voI44"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:42.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ca14fd34-e5df-4a35-8524-fe07c4778687
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 362ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 15528e2d-9e26-4061-aad1-c94e1566253b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b3-n6jDfAg9OtQmbz3oYIGXKKEBZbg"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:42.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":163639,"remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:39.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7f6aed82-4a73-40e4-89d8-6fe2f7952dae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"problems":[{"id":1,"remark":"Reinstall OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MjJ9.d-9IRF8D-L8WKei3XPqsWmWgBMnNywHluTNlP7yEbnk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2058f398-84f1-4bf6-ae83-723a1b87ce30
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 135
Request Body
{
            "job_id": 163639,
            "problems": [
                {
                    "id": 1,
                    "remark": "Reinstall OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e951795-abd0-4530-b55b-abcd0f3e2ae7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-zg6cybJ6FIVr7z2I9nldPESCPWA"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b687f2c-48c5-484a-a45e-c16fbee9f26d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95bdd6a5-0b3f-42f1-bb5b-83e49a69f781
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-AnbzC4Eyy78JObNWbo84025CHSk"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":64},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db4c261b-7856-461f-a5bb-45a4790f8e4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 41
Request Body
{
            "details_key": "pending_for_qc"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 61.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76b288e2-5c55-4b54-b655-9ad320dcdf81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 39
Request Body
{
            "details_key": "qc_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f7a1-KlIhkKGI8e9E6tI/0KJXFho1XV8"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fd-nisGjCTzjGnRpd0YElZvokQ2TeQ"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 399ms
Mean size per request: 1016B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 66a0dab6-9aaa-4615-b121-8fdbc2915a70
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1016
ETag W/"3f8-fLz3QBu0FhvAaq9e++Dq7LV2rYs"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:44.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-22T04:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3469c130-8a6c-46a6-966f-c632a76c0f9d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163639
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 411ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYyNH0.sFRmPk5KFLY1M-oxOrO2GgyaTldi7YXaAJ8rP14oGEE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41e8e059-9d9d-4f87-a309-5cddbe9660fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ff27208-3c7c-4614-9c39-bbf225d583a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-R2trCVj56m5q/CfSkeJ86YfXcuk"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eda8551d-e17c-4bc9-b523-aba9f912c0e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-jn/+2Asb3Ic/fTGuGPsU+w0iTOs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1eed0d7-8f0f-4caf-9937-347b3f7fadb4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-G+lvZwyy+tqZGxQ+8yKVKSqSAE0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":185},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f250832e-db43-4547-9950-53fdb9dc877a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-7LEP1mIWc+uvGfLDkyd8X7WpGy4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:46.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b939482-6854-4983-9f45-9582eb1c0dd5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-7LEP1mIWc+uvGfLDkyd8X7WpGy4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:46.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 576ef4d5-e6a8-4751-9e2d-166b648455fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163639
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151780"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c87699e1-b95b-40c3-9810-4cf0d129e1f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163639"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-fN2LXzujvpfkzjZBw2tNPSgf6tw"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:48.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151780' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163639
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjd9.oYTbNFeSGrWg4rW3IJJ9GVssPUP1lDBTmftfh6aQxJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e965c05-d058-4c8c-ad1f-ee3a71babe34
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3d-CcsIfCWMsVPQeHz1Mzw8H7VA1nc"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:48.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626504,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:39.000Z","created_at":"2026-01-22T04:03:39.000Z"},{"id":626505,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:39.000Z","created_at":"2026-01-22T04:03:39.000Z"},{"id":626506,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-22T04:03:42.000Z","created_at":"2026-01-22T04:03:42.000Z"},{"id":626507,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-22T04:03:44.000Z","created_at":"2026-01-22T04:03:44.000Z"},{"id":626508,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-22T04:03:46.000Z","created_at":"2026-01-22T04:03:46.000Z"},{"id":626509,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:48.000Z","created_at":"2026-01-22T04:03:48.000Z"},{"id":626510,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:48.000Z","created_at":"2026-01-22T04:03:48.000Z"}],"problems":[{"id":142884,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:39.000Z"},{"id":142885,"problem":"Smartphone is running slow","remark":"Reinstall OS","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-22T04:03:44.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 44e42ad7-ed69-47c3-8f2e-2e268314aa64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-XuzjT4VZrWK5/8c57xE64oyP1Y4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response should be json 1 0 0
Response Time is less than 100ms 0 1 0
Message is Success 1 0 0
Token is not null 1 0 0
Verify json schema 1 0 0
Valid JWT Token 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Response Time is less than 100ms
expected 201 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 204ms
Mean size per request: 111B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Demo {{username}}
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da8a40d1-ba45-4e40-a439-63c114577d91
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 60
Request Body
{
            "username": "iamfd123",
            "password": "pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct message is shown 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
83 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0f3168a0-7728-4565-b9b8-4beb1ade535a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time is less than 200ms 0 1 0
Response body message contains Success 1 0 0
Verify json response schema 1 0 0
Verify response has fields id and email_id 1 0 0
Verify if role is frontDesk 1 0 0
Total 5 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200ms
expected 202 to be below 200
Request Description
Generated from cURL: curl '[http://64.227.160.186:9000/v1/dashboard/count'](http://64.227.160.186:9000/v1/dashboard/count') \-H 'Accept: application/json, text/plain, _/_' \-H 'Accept-Language: en-US,en;q=0.9' \-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \-H 'Connection: keep-alive' \-H 'If-None-Match: W/"f1-uWm6lTWahR9mf4XVPHCW+XB9HU4"' \-H 'Origin: [http://phoenix.techwithjatin.com'](http://phoenix.techwithjatin.com') \-H 'Referer: [http://phoenix.techwithjatin.com/'](http://phoenix.techwithjatin.com/') \-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \--insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 242B

Test Pass Percentage
89 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 68bb69b1-bc1b-41ae-84ed-3efa5407adae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-CJnjG1k37M4aQ4pPwjI2RTqd1+A"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":185},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time less than 150ms 0 1 0
Verify message is success 1 0 0
Verify json schema 1 0 0
Verfiy if the length of the data array is 3 1 0 0
Verify if keys are present in response 1 0 0
Verify if count of Pending for delivery is number 1 0 0
Verify if count of Created today is number 1 0 0
Verify if count of Pending for FST assignment is number 1 0 0
Total 8 1 0
Test Failure
Test NameAssertion Error
Response time less than 150ms
expected 220 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 10.53KB

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7882a649-9fb6-4130-9a43-6946ceaca4e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status is 200 1 0 0
Response time is less than 200 0 1 0
Response has these keys 1 0 0
Json schema validation 1 0 0
Verify if key is storing a non empty array 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Response time is less than 200
expected 209 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"mumbai","last_name":"mumbai","mobile_number":"9876543211","mobile_number_alt":"","email_id":"a@yopmail.com","email_id_alt":""},"customer_address":{"flat_number":"mumbai","apartment_name":"mumbai","street_name":"mumbai","landmark":"mumbai","area":"mumbai","pincode":"400703","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2026-01-10T18:30:00.000Z","serial_number":"9090909090909090","imei1":"9090909090909090","imei2":"9090909090909090","popurl":"2026-01-10T18:30:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":2,"remark":"93 battery health"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cef51977-97e6-44f5-92f5-8d3d145f0bb6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "giyu",
                "last_name": "tomiaka",
                "mobile_number": "688-479-9500",
                "mobile_number_alt": "",
                "email_id": "giyu@g.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "mumbai",
                "apartment_name": "mumbai",
                "street_name": "mumbai",
                "landmark": "mumbai",
                "area": "mumbai",
                "pincode": "400703",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2026-01-10T18:30:00.000Z",
                "serial_number": "193487064650731",
                "imei1": "193487064650731",
                "imei2": "193487064650731",
                "popurl": "2026-01-10T18:30:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 2,
                    "remark": "93 battery health"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-27cMn0QrBre/FYIwKHkX2FRzCY0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163657,"tr_customer_product_id":163647,"job_number":"JOB_163640"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time < 300ms 1 0 0
Job created succesfully 1 0 0
Verify json schema 1 0 0
Verify if id is present in the response data 1 0 0
Verify if job_number is present in the response data 1 0 0
Verify if tr_customer_product_id is present in the response data 1 0 0
Verify if tr_customer_id is present in the response data 1 0 0
Verify if mst_oem_id is present in the response data 1 0 0
Verify if mst_warrenty_status_id is present in the response data 1 0 0
Verify if mst_platform_id is present in the response data 1 0 0
Verify if mst_service_location_id is present in the response data 1 0 0
Verify if job starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 838ac165-43a4-4f3a-bab2-15f606128d28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-fwFS1KgnYr4QlVzYQpbJnK2UMHw"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":186},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 516ms
Mean size per request: 180.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 574bf309-df7a-47bb-afda-bc2dc7a57f7a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2d23c-G2Hh5kvI5Jzy+Y6Pb/GWb7q/gOQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:50.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:48.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_152156"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d55f5362-d75a-4947-868e-1979b90ac48c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163640"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-0zR/uFQWKRXnKIg0pz7kkjap3Bo"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:50.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_152156' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNDAwNTd9.il4X3CPCvB146Sh2E03avVfMhljaitmeh2tloLlctic' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163640
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 1.52KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mjl9.-Zb8-1exkLybmo9K_xdf2yG636UKrWw8n7kUgUm4Mtw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41eaf86e-3f0e-4cde-a4d1-d9cbbfeca9ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"615-oLUPnofoMNTmPxe9bsYRrzlImtM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:50.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626511,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:50.000Z","created_at":"2026-01-22T04:03:50.000Z"},{"id":626512,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:50.000Z","created_at":"2026-01-22T04:03:50.000Z"}],"problems":[{"id":142886,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:50.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 827264d7-87c8-451a-b631-799a301deaaf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-kf4wxlqNiKi1mAS1gSzZu6bAR9I"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aeb6d379-da7a-40b8-be42-3f57b4762dcf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-qUytWU8QdsgS7sMqlW5tBxTez88"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ca9cdbbe-b569-42d1-8107-33593bbd0b7e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-SFo9QExSaZhuiFtecvTKTF30Nws"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":126},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9014-3aotQ6FVZwRGsicSmOOxsG5AtOA"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 122.6KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b212a5b8-0a95-4d80-b828-aacca9c167b4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1ea63-rNsLdvCizKr+zp+zNNwHn+RtJyY"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:50.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 279c592f-47cc-4b8c-9974-f2e6862afe86
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b3dce2c4-ac53-4429-b7e2-f8308b0b382e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163640,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxNTM2ODB9.jgXgKQTka5sEVY-RPpwNqFRr5zjVP06TJuhlIYKDeTg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fac2-9l1s3wKMBAloSFOe9SQ0E6YCLTs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 121.64KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzF9._xq1InbR27oArrj-vFer1zXR-NCBqz9TN4t1taI1Z9s
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a3604ee7-277a-4438-8f29-b3517720fab9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1e68d-+lslc3HVpdFjLIz+DoZFWDJBWc4"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163624,"job_number":"JOB_163624","tr_customer_id":163641,"tr_customer_product_id":163631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:31.000Z","modified_at":"2026-01-22T04:00:31.000Z","name":"Kenneth D'Amore","mobile_number":"524-853-6511","email_id":"Myriam_Abshire50@gmail.com","dop":"2000-01-31","serial_number":"1042528340964866","imei1":"1042528340964866","imei2":"1042528340964866","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163620,"job_number":"JOB_163620","tr_customer_id":163637,"tr_customer_product_id":163627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10282111291254","imei1":"10282111291254","imei2":"10282111291254","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163591,"job_number":"JOB_163591","tr_customer_id":163608,"tr_customer_product_id":163598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T03:59:47.000Z","name":"Zula Hirthe","mobile_number":"830-962-7948","email_id":"Lucy.Olson@gmail.com","dop":"2000-01-31","serial_number":"1082921096460193","imei1":"1082921096460193","imei2":"1082921096460193","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163587,"job_number":"JOB_163587","tr_customer_id":163604,"tr_customer_product_id":163594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10764636508177","imei1":"10764636508177","imei2":"10764636508177","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163556,"job_number":"JOB_163556","tr_customer_id":163573,"tr_customer_product_id":163563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Ludwig Toy","mobile_number":"258-784-1690","email_id":"Cruz_Emmerich45@hotmail.com","dop":"2000-01-31","serial_number":"1069771015334662","imei1":"1069771015334662","imei2":"1069771015334662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163549,"job_number":"JOB_163549","tr_customer_id":163566,"tr_customer_product_id":163556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10961932667291","imei1":"10961932667291","imei2":"10961932667291","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163517,"job_number":"JOB_163517","tr_customer_id":163534,"tr_customer_product_id":163524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:21.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Courtney Skiles","mobile_number":"868-478-5198","email_id":"Vita_Thiel@gmail.com","dop":"2000-01-31","serial_number":"1028249351298818","imei1":"1028249351298818","imei2":"1028249351298818","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163513,"job_number":"JOB_163513","tr_customer_id":163530,"tr_customer_product_id":163520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10854657679167","imei1":"10854657679167","imei2":"10854657679167","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163637,"job_number":"JOB_163637","tr_customer_id":163654,"tr_customer_product_id":163644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:21.000Z","modified_at":"2026-01-22T04:01:21.000Z","name":"Katlyn Schamberger","mobile_number":"555-509-1124","email_id":"Fletcher.Berge20@gmail.com","dop":"2025-04-06","serial_number":"18153436835729970","imei1":"18153436835729970","imei2":"18153436835729970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163636,"job_number":"JOB_163636","tr_customer_id":163653,"tr_customer_product_id":163643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"Lane Ziemann","mobile_number":"582-253-4324","email_id":"Makenna_Price33@yahoo.com","dop":"2025-04-06","serial_number":"18208000314329544","imei1":"18208000314329544","imei2":"18208000314329544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163634,"job_number":"JOB_163634","tr_customer_id":163651,"tr_customer_product_id":163641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16385133245216","imei1":"16385133245216","imei2":"16385133245216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163632,"job_number":"JOB_163632","tr_customer_id":163649,"tr_customer_product_id":163639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14465043482525","imei1":"14465043482525","imei2":"14465043482525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163631,"job_number":"JOB_163631","tr_customer_id":163648,"tr_customer_product_id":163638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:38.000Z","modified_at":"2026-01-22T04:00:38.000Z","name":"Cara Reichert","mobile_number":"368-661-1477","email_id":"Alisa_Sanford14@hotmail.com","dop":"2025-04-06","serial_number":"15722572132541888","imei1":"15722572132541888","imei2":"15722572132541888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163630,"job_number":"JOB_163630","tr_customer_id":163647,"tr_customer_product_id":163637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:37.000Z","modified_at":"2026-01-22T04:00:37.000Z","name":"Julia Ankunding","mobile_number":"459-362-6130","email_id":"Orland_Batz@yahoo.com","dop":"2025-04-06","serial_number":"11296230673332980","imei1":"11296230673332980","imei2":"11296230673332980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163628,"job_number":"JOB_163628","tr_customer_id":163645,"tr_customer_product_id":163635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:00:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16209663762994","imei1":"16209663762994","imei2":"16209663762994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163626,"job_number":"JOB_163626","tr_customer_id":163643,"tr_customer_product_id":163633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:00:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16872998309869","imei1":"16872998309869","imei2":"16872998309869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163625,"job_number":"JOB_163625","tr_customer_id":163642,"tr_customer_product_id":163632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:32.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Kennedi Conroy","mobile_number":"971-572-2558","email_id":"Taurean.Carroll@yahoo.com","dop":"2025-04-06","serial_number":"18090584335938920","imei1":"18090584335938920","imei2":"18090584335938920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163622,"job_number":"JOB_163622","tr_customer_id":163639,"tr_customer_product_id":163629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:00:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16631653508756","imei1":"16631653508756","imei2":"16631653508756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163616,"job_number":"JOB_163616","tr_customer_id":163633,"tr_customer_product_id":163623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:11.000Z","modified_at":"2026-01-22T04:00:11.000Z","name":"Declan Grimes","mobile_number":"661-888-4440","email_id":"Magnolia.Wunsch@gmail.com","dop":"2025-04-06","serial_number":"10998540634766238","imei1":"10998540634766238","imei2":"10998540634766238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163614,"job_number":"JOB_163614","tr_customer_id":163631,"tr_customer_product_id":163621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:10.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19431659400784","imei1":"19431659400784","imei2":"19431659400784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163613,"job_number":"JOB_163613","tr_customer_id":163630,"tr_customer_product_id":163620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:09.000Z","modified_at":"2026-01-22T04:00:09.000Z","name":"Cary Jacobson","mobile_number":"824-265-5372","email_id":"Earnest53@yahoo.com","dop":"2025-04-06","serial_number":"12390757589651092","imei1":"12390757589651092","imei2":"12390757589651092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163611,"job_number":"JOB_163611","tr_customer_id":163628,"tr_customer_product_id":163618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:07.000Z","modified_at":"2026-01-22T04:00:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13323828028911","imei1":"13323828028911","imei2":"13323828028911","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163608,"job_number":"JOB_163608","tr_customer_id":163625,"tr_customer_product_id":163615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Antwon Rath","mobile_number":"860-487-8335","email_id":"Eli.Schowalter@gmail.com","dop":"2025-04-06","serial_number":"12272618475747160","imei1":"12272618475747160","imei2":"12272618475747160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163605,"job_number":"JOB_163605","tr_customer_id":163622,"tr_customer_product_id":163612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17992160956959","imei1":"17992160956959","imei2":"17992160956959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163604,"job_number":"JOB_163604","tr_customer_id":163621,"tr_customer_product_id":163611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:59.000Z","modified_at":"2026-01-22T03:59:59.000Z","name":"Florence Senger","mobile_number":"495-996-0171","email_id":"Damien26@gmail.com","dop":"2025-04-06","serial_number":"18603012292758310","imei1":"18603012292758310","imei2":"18603012292758310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163602,"job_number":"JOB_163602","tr_customer_id":163619,"tr_customer_product_id":163609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14124699831326","imei1":"14124699831326","imei2":"14124699831326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163601,"job_number":"JOB_163601","tr_customer_id":163618,"tr_customer_product_id":163608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Mateo D'Amore","mobile_number":"281-660-6911","email_id":"Rhiannon_Mraz54@yahoo.com","dop":"2025-04-06","serial_number":"12835568663124080","imei1":"12835568663124080","imei2":"12835568663124080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163600,"job_number":"JOB_163600","tr_customer_id":163617,"tr_customer_product_id":163607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:53.000Z","modified_at":"2026-01-22T03:59:53.000Z","name":"Leanne Conroy","mobile_number":"399-811-4522","email_id":"Britney28@yahoo.com","dop":"2025-04-06","serial_number":"18362481132985580","imei1":"18362481132985580","imei2":"18362481132985580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163598,"job_number":"JOB_163598","tr_customer_id":163615,"tr_customer_product_id":163605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T03:59:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689381808814","imei1":"10689381808814","imei2":"10689381808814","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163596,"job_number":"JOB_163596","tr_customer_id":163613,"tr_customer_product_id":163603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:51.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11850634534589","imei1":"11850634534589","imei2":"11850634534589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163592,"job_number":"JOB_163592","tr_customer_id":163609,"tr_customer_product_id":163599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:48.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Prince Ortiz","mobile_number":"950-468-7148","email_id":"Kristina.Wehner@gmail.com","dop":"2025-04-06","serial_number":"14850472529484652","imei1":"14850472529484652","imei2":"14850472529484652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163589,"job_number":"JOB_163589","tr_customer_id":163606,"tr_customer_product_id":163596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T03:59:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19969655282372","imei1":"19969655282372","imei2":"19969655282372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163586,"job_number":"JOB_163586","tr_customer_id":163603,"tr_customer_product_id":163593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:42.000Z","modified_at":"2026-01-22T03:59:42.000Z","name":"Nikolas Koss","mobile_number":"947-283-0508","email_id":"Valentin97@gmail.com","dop":"2025-04-06","serial_number":"12442664489182682","imei1":"12442664489182682","imei2":"12442664489182682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163584,"job_number":"JOB_163584","tr_customer_id":163601,"tr_customer_product_id":163591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:40.000Z","modified_at":"2026-01-22T03:59:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11585321199008","imei1":"11585321199008","imei2":"11585321199008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163583,"job_number":"JOB_163583","tr_customer_id":163600,"tr_customer_product_id":163590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Roxanne Weber","mobile_number":"983-671-7610","email_id":"Otto_Casper54@yahoo.com","dop":"2025-04-06","serial_number":"16580780353804558","imei1":"16580780353804558","imei2":"16580780353804558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163582,"job_number":"JOB_163582","tr_customer_id":163599,"tr_customer_product_id":163589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:26.000Z","modified_at":"2026-01-22T03:59:26.000Z","name":"Bridie Maggio","mobile_number":"678-459-0904","email_id":"Mabelle91@yahoo.com","dop":"2025-04-06","serial_number":"14528902124704144","imei1":"14528902124704144","imei2":"14528902124704144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163580,"job_number":"JOB_163580","tr_customer_id":163597,"tr_customer_product_id":163587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"Durward Robel","mobile_number":"651-443-0570","email_id":"Morris82@yahoo.com","dop":"2025-04-06","serial_number":"11281151290293434","imei1":"11281151290293434","imei2":"11281151290293434","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163579,"job_number":"JOB_163579","tr_customer_id":163596,"tr_customer_product_id":163586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10897481040592","imei1":"10897481040592","imei2":"10897481040592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163577,"job_number":"JOB_163577","tr_customer_id":163594,"tr_customer_product_id":163584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T03:59:24.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17577632674272","imei1":"17577632674272","imei2":"17577632674272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163575,"job_number":"JOB_163575","tr_customer_id":163592,"tr_customer_product_id":163582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11854674090169","imei1":"11854674090169","imei2":"11854674090169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163574,"job_number":"JOB_163574","tr_customer_id":163591,"tr_customer_product_id":163581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:22.000Z","modified_at":"2026-01-22T03:59:22.000Z","name":"Marlon Pfeffer","mobile_number":"935-600-4572","email_id":"Francis.Beer39@yahoo.com","dop":"2025-04-06","serial_number":"18532813656127124","imei1":"18532813656127124","imei2":"18532813656127124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163573,"job_number":"JOB_163573","tr_customer_id":163590,"tr_customer_product_id":163580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"Zaria Thompson","mobile_number":"678-806-7593","email_id":"Logan66@gmail.com","dop":"2025-04-06","serial_number":"13464067619782782","imei1":"13464067619782782","imei2":"13464067619782782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163571,"job_number":"JOB_163571","tr_customer_id":163588,"tr_customer_product_id":163578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17341440603724","imei1":"17341440603724","imei2":"17341440603724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163569,"job_number":"JOB_163569","tr_customer_id":163586,"tr_customer_product_id":163576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13977109610722","imei1":"13977109610722","imei2":"13977109610722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163568,"job_number":"JOB_163568","tr_customer_id":163585,"tr_customer_product_id":163575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:17.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Tillman Watsica","mobile_number":"233-806-0530","email_id":"Kiley.Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11218041913128290","imei1":"11218041913128290","imei2":"11218041913128290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163563,"job_number":"JOB_163563","tr_customer_id":163580,"tr_customer_product_id":163570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15567360494338","imei1":"15567360494338","imei2":"15567360494338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163561,"job_number":"JOB_163561","tr_customer_id":163578,"tr_customer_product_id":163568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:13.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Mackenzie Rempel","mobile_number":"467-751-8455","email_id":"Rowan.Wunsch@hotmail.com","dop":"2025-04-06","serial_number":"15939411024570972","imei1":"15939411024570972","imei2":"15939411024570972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163559,"job_number":"JOB_163559","tr_customer_id":163576,"tr_customer_product_id":163566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19085361255255","imei1":"19085361255255","imei2":"19085361255255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163558,"job_number":"JOB_163558","tr_customer_id":163575,"tr_customer_product_id":163565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:05.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Alexis Morar","mobile_number":"713-265-2585","email_id":"Marcella55@gmail.com","dop":"2025-04-06","serial_number":"18170981461569240","imei1":"18170981461569240","imei2":"18170981461569240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163551,"job_number":"JOB_163551","tr_customer_id":163568,"tr_customer_product_id":163558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14987258979570","imei1":"14987258979570","imei2":"14987258979570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163548,"job_number":"JOB_163548","tr_customer_id":163565,"tr_customer_product_id":163555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:00.000Z","modified_at":"2026-01-22T03:59:00.000Z","name":"Devin Cremin","mobile_number":"950-671-7041","email_id":"Theresa.Schmeler@gmail.com","dop":"2025-04-06","serial_number":"10771056117555746","imei1":"10771056117555746","imei2":"10771056117555746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163547,"job_number":"JOB_163547","tr_customer_id":163564,"tr_customer_product_id":163554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:59.000Z","modified_at":"2026-01-22T03:58:59.000Z","name":"Jeff Cassin","mobile_number":"500-440-0709","email_id":"Scotty_Zemlak53@yahoo.com","dop":"2025-04-06","serial_number":"17939887188955190","imei1":"17939887188955190","imei2":"17939887188955190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163545,"job_number":"JOB_163545","tr_customer_id":163562,"tr_customer_product_id":163552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:58:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18967825955501","imei1":"18967825955501","imei2":"18967825955501","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163543,"job_number":"JOB_163543","tr_customer_id":163560,"tr_customer_product_id":163550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:57.000Z","modified_at":"2026-01-22T03:58:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19409710903479","imei1":"19409710903479","imei2":"19409710903479","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163542,"job_number":"JOB_163542","tr_customer_id":163559,"tr_customer_product_id":163549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Felix Cruickshank","mobile_number":"852-283-2850","email_id":"Chaya.Ebert@gmail.com","dop":"2025-04-06","serial_number":"10599269624539304","imei1":"10599269624539304","imei2":"10599269624539304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163541,"job_number":"JOB_163541","tr_customer_id":163558,"tr_customer_product_id":163548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:43.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Uriah Hahn","mobile_number":"210-437-9402","email_id":"Jed18@hotmail.com","dop":"2025-04-06","serial_number":"16338719071172588","imei1":"16338719071172588","imei2":"16338719071172588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163538,"job_number":"JOB_163538","tr_customer_id":163555,"tr_customer_product_id":163545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18354459635835","imei1":"18354459635835","imei2":"18354459635835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163537,"job_number":"JOB_163537","tr_customer_id":163554,"tr_customer_product_id":163544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:58:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14792451470152","imei1":"14792451470152","imei2":"14792451470152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163536,"job_number":"JOB_163536","tr_customer_id":163553,"tr_customer_product_id":163543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Mack Reichert","mobile_number":"468-260-2532","email_id":"Kari0@hotmail.com","dop":"2025-04-06","serial_number":"10339294260310626","imei1":"10339294260310626","imei2":"10339294260310626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163535,"job_number":"JOB_163535","tr_customer_id":163552,"tr_customer_product_id":163542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:40.000Z","modified_at":"2026-01-22T03:58:40.000Z","name":"Adell Lubowitz","mobile_number":"313-752-5027","email_id":"Rashad.Schroeder64@hotmail.com","dop":"2025-04-06","serial_number":"13639162281080056","imei1":"13639162281080056","imei2":"13639162281080056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163534,"job_number":"JOB_163534","tr_customer_id":163551,"tr_customer_product_id":163541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:58:39.000Z","name":"Noemie Moen","mobile_number":"368-363-8865","email_id":"Abagail.Klein@gmail.com","dop":"2025-04-06","serial_number":"17424846605392556","imei1":"17424846605392556","imei2":"17424846605392556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163531,"job_number":"JOB_163531","tr_customer_id":163548,"tr_customer_product_id":163538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13874981072108","imei1":"13874981072108","imei2":"13874981072108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163530,"job_number":"JOB_163530","tr_customer_id":163547,"tr_customer_product_id":163537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17827743991754","imei1":"17827743991754","imei2":"17827743991754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163528,"job_number":"JOB_163528","tr_customer_id":163545,"tr_customer_product_id":163535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:58:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12683907770004","imei1":"12683907770004","imei2":"12683907770004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163527,"job_number":"JOB_163527","tr_customer_id":163544,"tr_customer_product_id":163534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:35.000Z","modified_at":"2026-01-22T03:58:35.000Z","name":"Tyrell Farrell","mobile_number":"800-224-7943","email_id":"Vilma15@hotmail.com","dop":"2025-04-06","serial_number":"16679487094207218","imei1":"16679487094207218","imei2":"16679487094207218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163524,"job_number":"JOB_163524","tr_customer_id":163541,"tr_customer_product_id":163531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:33.000Z","modified_at":"2026-01-22T03:58:33.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14093343243332","imei1":"14093343243332","imei2":"14093343243332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163523,"job_number":"JOB_163523","tr_customer_id":163540,"tr_customer_product_id":163530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:30.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Coby Lesch","mobile_number":"415-600-0055","email_id":"Kaden.Champlin46@gmail.com","dop":"2025-04-06","serial_number":"14978466054640138","imei1":"14978466054640138","imei2":"14978466054640138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163522,"job_number":"JOB_163522","tr_customer_id":163539,"tr_customer_product_id":163529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Allison Bode","mobile_number":"213-289-3455","email_id":"Bianka_Gorczany@gmail.com","dop":"2025-05-30","serial_number":"1196798851949112","imei1":"1196798851949112","imei2":"1196798851949112","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163520,"job_number":"JOB_163520","tr_customer_id":163537,"tr_customer_product_id":163527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14374219557549","imei1":"14374219557549","imei2":"14374219557549","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163519,"job_number":"JOB_163519","tr_customer_id":163536,"tr_customer_product_id":163526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:28.000Z","modified_at":"2026-01-22T03:58:28.000Z","name":"Elton Schumm","mobile_number":"566-929-6781","email_id":"Terrance14@hotmail.com","dop":"2025-05-30","serial_number":"11961187801265","imei1":"11961187801265","imei2":"11961187801265","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163516,"job_number":"JOB_163516","tr_customer_id":163533,"tr_customer_product_id":163523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:20.000Z","name":"Jessie Hammes","mobile_number":"382-849-0598","email_id":"Constance_Stark75@gmail.com","dop":"2025-06-18","serial_number":"1050339542079637","imei1":"1050339542079637","imei2":"1050339542079637","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163512,"job_number":"JOB_163512","tr_customer_id":163529,"tr_customer_product_id":163519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10426156361385","imei1":"10426156361385","imei2":"10426156361385","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163511,"job_number":"JOB_163511","tr_customer_id":163528,"tr_customer_product_id":163518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:17.000Z","modified_at":"2026-01-22T03:58:17.000Z","name":"Fidel Hilpert","mobile_number":"835-809-1629","email_id":"Jennings45@yahoo.com","dop":"2025-04-06","serial_number":"18913188220914000","imei1":"18913188220914000","imei2":"18913188220914000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163510,"job_number":"JOB_163510","tr_customer_id":163527,"tr_customer_product_id":163517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:16.000Z","modified_at":"2026-01-22T03:58:16.000Z","name":"Payton Kerluke","mobile_number":"368-243-2642","email_id":"Katelyn10@yahoo.com","dop":"2025-04-06","serial_number":"17487600024317652","imei1":"17487600024317652","imei2":"17487600024317652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163508,"job_number":"JOB_163508","tr_customer_id":163525,"tr_customer_product_id":163515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16426354072405","imei1":"16426354072405","imei2":"16426354072405","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163506,"job_number":"JOB_163506","tr_customer_id":163523,"tr_customer_product_id":163513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18478735614977","imei1":"18478735614977","imei2":"18478735614977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163504,"job_number":"JOB_163504","tr_customer_id":163521,"tr_customer_product_id":163511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:04.000Z","modified_at":"2026-01-22T03:58:04.000Z","name":"Lillian Considine","mobile_number":"871-428-0983","email_id":"Rowan_Olson@yahoo.com","dop":"2025-04-06","serial_number":"19656257056225630","imei1":"19656257056225630","imei2":"19656257056225630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163502,"job_number":"JOB_163502","tr_customer_id":163519,"tr_customer_product_id":163509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:01.000Z","modified_at":"2026-01-22T03:58:01.000Z","name":"Lizzie Hodkiewicz","mobile_number":"717-876-7674","email_id":"Bartholome_Howell@hotmail.com","dop":"2025-04-06","serial_number":"19689855235949144","imei1":"19689855235949144","imei2":"19689855235949144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163500,"job_number":"JOB_163500","tr_customer_id":163517,"tr_customer_product_id":163507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229705779974","imei1":"19229705779974","imei2":"19229705779974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163499,"job_number":"JOB_163499","tr_customer_id":163516,"tr_customer_product_id":163506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:56.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Conor Russel","mobile_number":"354-948-2693","email_id":"Wallace_Schamberger80@gmail.com","dop":"2025-04-06","serial_number":"10737869879534800","imei1":"10737869879534800","imei2":"10737869879534800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163497,"job_number":"JOB_163497","tr_customer_id":163514,"tr_customer_product_id":163504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"Ocie Gerlach","mobile_number":"893-739-5723","email_id":"Delphine.Pacocha95@yahoo.com","dop":"2025-04-06","serial_number":"18019320612721664","imei1":"18019320612721664","imei2":"18019320612721664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163496,"job_number":"JOB_163496","tr_customer_id":163513,"tr_customer_product_id":163503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:54.000Z","modified_at":"2026-01-22T03:57:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16389475108000","imei1":"16389475108000","imei2":"16389475108000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163494,"job_number":"JOB_163494","tr_customer_id":163511,"tr_customer_product_id":163501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:57:53.000Z","name":"Aisha Wilkinson","mobile_number":"668-250-5625","email_id":"Dawn_Schimmel39@gmail.com","dop":"2025-04-06","serial_number":"14718277762002214","imei1":"14718277762002214","imei2":"14718277762002214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163490,"job_number":"JOB_163490","tr_customer_id":163507,"tr_customer_product_id":163497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:51.000Z","modified_at":"2026-01-22T03:57:51.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16034650867341","imei1":"16034650867341","imei2":"16034650867341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163489,"job_number":"JOB_163489","tr_customer_id":163506,"tr_customer_product_id":163496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:48.000Z","modified_at":"2026-01-22T03:57:48.000Z","name":"Thalia Labadie","mobile_number":"278-201-5271","email_id":"Charity.Schuppe@hotmail.com","dop":"2025-04-06","serial_number":"13371046737289360","imei1":"13371046737289360","imei2":"13371046737289360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163487,"job_number":"JOB_163487","tr_customer_id":163504,"tr_customer_product_id":163494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:57:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19931023988521","imei1":"19931023988521","imei2":"19931023988521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163486,"job_number":"JOB_163486","tr_customer_id":163503,"tr_customer_product_id":163493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:45.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Eloy D'Amore","mobile_number":"521-240-8168","email_id":"Archibald44@gmail.com","dop":"2025-04-06","serial_number":"14586642948357068","imei1":"14586642948357068","imei2":"14586642948357068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163483,"job_number":"JOB_163483","tr_customer_id":163500,"tr_customer_product_id":163490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"Demarco Buckridge","mobile_number":"283-269-0813","email_id":"Libbie_Cruickshank85@hotmail.com","dop":"2025-06-18","serial_number":"1053688026919590","imei1":"1053688026919590","imei2":"1053688026919590","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163481,"job_number":"JOB_163481","tr_customer_id":163498,"tr_customer_product_id":163488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:37.000Z","modified_at":"2026-01-22T03:57:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10068402826308","imei1":"10068402826308","imei2":"10068402826308","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163479,"job_number":"JOB_163479","tr_customer_id":163496,"tr_customer_product_id":163486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:34.000Z","modified_at":"2026-01-22T03:57:34.000Z","name":"Maggie Blick","mobile_number":"487-807-5590","email_id":"Augustus_Bailey96@yahoo.com","dop":"2025-04-06","serial_number":"18030758386558616","imei1":"18030758386558616","imei2":"18030758386558616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163477,"job_number":"JOB_163477","tr_customer_id":163494,"tr_customer_product_id":163484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17077987759588","imei1":"17077987759588","imei2":"17077987759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163476,"job_number":"JOB_163476","tr_customer_id":163493,"tr_customer_product_id":163483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:32.000Z","modified_at":"2026-01-22T03:57:32.000Z","name":"Jasen Lesch","mobile_number":"345-990-0015","email_id":"Angel.Towne@yahoo.com","dop":"2025-04-06","serial_number":"16422495861888100","imei1":"16422495861888100","imei2":"16422495861888100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163473,"job_number":"JOB_163473","tr_customer_id":163490,"tr_customer_product_id":163480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:21.000Z","modified_at":"2026-01-22T03:57:21.000Z","name":"Gilbert Weissnat","mobile_number":"391-763-8710","email_id":"Paula.Turcotte@gmail.com","dop":"2025-04-06","serial_number":"19994436822257692","imei1":"19994436822257692","imei2":"19994436822257692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163470,"job_number":"JOB_163470","tr_customer_id":163487,"tr_customer_product_id":163477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:10.000Z","modified_at":"2026-01-22T03:57:10.000Z","name":"Norwood Carroll","mobile_number":"579-770-4959","email_id":"Jerald.Bogisich86@gmail.com","dop":"2025-04-06","serial_number":"14159281727370166","imei1":"14159281727370166","imei2":"14159281727370166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163468,"job_number":"JOB_163468","tr_customer_id":163485,"tr_customer_product_id":163475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:08.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19578916875475","imei1":"19578916875475","imei2":"19578916875475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163467,"job_number":"JOB_163467","tr_customer_id":163484,"tr_customer_product_id":163474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:03.000Z","modified_at":"2026-01-22T03:57:03.000Z","name":"Alexa Wunsch","mobile_number":"688-925-6775","email_id":"Adrain_McGlynn88@yahoo.com","dop":"2025-04-06","serial_number":"10912469746018458","imei1":"10912469746018458","imei2":"10912469746018458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163464,"job_number":"JOB_163464","tr_customer_id":163481,"tr_customer_product_id":163471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:30:56.000Z","modified_at":"2026-01-22T03:30:56.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-12","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-12T03:30:55.873983400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163463,"job_number":"JOB_163463","tr_customer_id":163480,"tr_customer_product_id":163470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:27.000Z","modified_at":"2026-01-22T03:04:27.000Z","name":"Christop Howe","mobile_number":"372-876-7702","email_id":"Unique.Quigley96@yahoo.com","dop":"2025-04-06","serial_number":"16439687903308184","imei1":"16439687903308184","imei2":"16439687903308184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163461,"job_number":"JOB_163461","tr_customer_id":163478,"tr_customer_product_id":163468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:04:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19683352864606","imei1":"19683352864606","imei2":"19683352864606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163460,"job_number":"JOB_163460","tr_customer_id":163477,"tr_customer_product_id":163467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:46.000Z","modified_at":"2026-01-22T03:03:46.000Z","name":"Ted Kulas","mobile_number":"273-646-4025","email_id":"Alison59@yahoo.com","dop":"2025-04-06","serial_number":"10157705820152006","imei1":"10157705820152006","imei2":"10157705820152006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163458,"job_number":"JOB_163458","tr_customer_id":163475,"tr_customer_product_id":163465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:03:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855230563080","imei1":"15855230563080","imei2":"15855230563080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163457,"job_number":"JOB_163457","tr_customer_id":163474,"tr_customer_product_id":163464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:04.000Z","modified_at":"2026-01-22T03:03:04.000Z","name":"Aaron Goldner","mobile_number":"493-529-5201","email_id":"Ewald_Reichert@hotmail.com","dop":"2025-04-06","serial_number":"17439167850527626","imei1":"17439167850527626","imei2":"17439167850527626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163455,"job_number":"JOB_163455","tr_customer_id":163472,"tr_customer_product_id":163462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10800644941797","imei1":"10800644941797","imei2":"10800644941797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163454,"job_number":"JOB_163454","tr_customer_id":163471,"tr_customer_product_id":163461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:46:44.000Z","modified_at":"2026-01-21T23:46:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-11T23:46:44.378035204Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163453,"job_number":"JOB_163453","tr_customer_id":163470,"tr_customer_product_id":163460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:17.000Z","modified_at":"2026-01-21T23:44:17.000Z","name":"Girika Iyengar","mobile_number":"7031314799","email_id":"deeptimayee.nehru@hotmail.com","dop":"2026-01-11","serial_number":"405304950696894","imei1":"405304950696894","imei2":"405304950696894","popurl":"www.subodh-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163452,"job_number":"JOB_163452","tr_customer_id":163469,"tr_customer_product_id":163459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T23:44:16.000Z","modified_at":"2026-01-21T23:44:16.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-11","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-11T23:44:16.542327478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T23:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163451,"job_number":"JOB_163451","tr_customer_id":163468,"tr_customer_product_id":163458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T21:32:53.000Z","modified_at":"2026-01-21T21:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"48869945694101","imei1":"48869945694101","imei2":"48869945694101","popurl":"2026-01-11T21:32:52.998717400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T21:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163450,"job_number":"JOB_163450","tr_customer_id":163467,"tr_customer_product_id":163457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T19:53:01.000Z","modified_at":"2026-01-21T19:53:01.000Z","name":"Nichole Armstrong","mobile_number":"675-528-4812","email_id":"Leland_Durgan86@hotmail.com","dop":"2025-06-08","serial_number":"13329187153531","imei1":"13329187153531","imei2":"13329187153531","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T19:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163619,"job_number":"JOB_163619","tr_customer_id":163636,"tr_customer_product_id":163626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Frank Rempel","mobile_number":"650-417-8268","email_id":"Clinton.Botsford@yahoo.com","dop":"2025-06-09","serial_number":"106749481570117","imei1":"106749481570117","imei2":"106749481570117","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163617,"job_number":"JOB_163617","tr_customer_id":163634,"tr_customer_product_id":163624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:21.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100517918965524","imei1":"100517918965524","imei2":"100517918965524","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163610,"job_number":"JOB_163610","tr_customer_id":163627,"tr_customer_product_id":163617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:06.000Z","name":"Joyce Denesik","mobile_number":"713-417-9754","email_id":"Paolo_Wiegand@hotmail.com","dop":"2025-06-09","serial_number":"105803017867436","imei1":"105803017867436","imei2":"105803017867436","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163607,"job_number":"JOB_163607","tr_customer_id":163624,"tr_customer_product_id":163614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:05.000Z","modified_at":"2026-01-22T04:00:05.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107885661197453","imei1":"107885661197453","imei2":"107885661197453","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163595,"job_number":"JOB_163595","tr_customer_id":163612,"tr_customer_product_id":163602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"Reginald Gusikowski","mobile_number":"261-261-3862","email_id":"Andrew.OConner@gmail.com","dop":"2025-06-09","serial_number":"106588017363196","imei1":"106588017363196","imei2":"106588017363196","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163593,"job_number":"JOB_163593","tr_customer_id":163610,"tr_customer_product_id":163600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T03:59:50.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109785014588664","imei1":"109785014588664","imei2":"109785014588664","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163567,"job_number":"JOB_163567","tr_customer_id":163584,"tr_customer_product_id":163574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Alexane Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"154783890688514","imei1":"154783890688514","imei2":"154783890688514","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163566,"job_number":"JOB_163566","tr_customer_id":163583,"tr_customer_product_id":163573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Brando MacGyver","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180976775893469","imei1":"180976775893469","imei2":"180976775893469","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163564,"job_number":"JOB_163564","tr_customer_id":163581,"tr_customer_product_id":163571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Keshawn Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152215755371912","imei1":"152215755371912","imei2":"152215755371912","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163562,"job_number":"JOB_163562","tr_customer_id":163579,"tr_customer_product_id":163569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:15.000Z","modified_at":"2026-01-22T03:59:15.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"197437000801337","imei1":"197437000801337","imei2":"197437000801337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163557,"job_number":"JOB_163557","tr_customer_id":163574,"tr_customer_product_id":163564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Gloria Ondricka","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170585122178007","imei1":"170585122178007","imei2":"170585122178007","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163555,"job_number":"JOB_163555","tr_customer_id":163572,"tr_customer_product_id":163562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Martin Bernier","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"177622075040412","imei1":"177622075040412","imei2":"177622075040412","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163554,"job_number":"JOB_163554","tr_customer_id":163571,"tr_customer_product_id":163561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:04.000Z","name":"Naomi O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124077587565799","imei1":"124077587565799","imei2":"124077587565799","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163552,"job_number":"JOB_163552","tr_customer_id":163569,"tr_customer_product_id":163559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:03.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"101261331641012","imei1":"101261331641012","imei2":"101261331641012","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163505,"job_number":"JOB_163505","tr_customer_id":163522,"tr_customer_product_id":163512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:08.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Macie.Romaguera57@yahoo.com","dop":"2025-07-02","serial_number":"14079033929940","imei1":"14079033929940","imei2":"14079033929940","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163491,"job_number":"JOB_163491","tr_customer_id":163508,"tr_customer_product_id":163498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:57:52.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Clair_Donnelly69@gmail.com","dop":"2025-07-02","serial_number":"16106185233963","imei1":"16106185233963","imei2":"16106185233963","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163480,"job_number":"JOB_163480","tr_customer_id":163497,"tr_customer_product_id":163487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:35.000Z","modified_at":"2026-01-22T03:57:35.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Julien.Robel@yahoo.com","dop":"2025-07-02","serial_number":"18809038250481","imei1":"18809038250481","imei2":"18809038250481","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-22T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b51af827-7e14-4a3c-8931-588c84d4317c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-4FQZwFKbL5pD+txe6hAorH+7yLw"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 200ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7db3393a-68fc-49d6-ad2d-4f85c7312a2c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e9ebce1-321b-431e-ad38-bad382648a27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-B4uRivc2sg5rLgOzSBFU45zQv0k"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":65}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 997B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1cf28dc2-0fe6-4289-80cd-52fe015d3d27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 997
ETag W/"3e5-1mVh5no6jd73De+jgAMhKhlCkQk"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:53.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56e21732-467d-431e-a783-5a320bfa56ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 388ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a11087f5-75a2-4d5b-b404-ef253114dbfa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ae-T4opFWzjKfePEgj+6vHAWlv5Vws"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:53.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-22T04:03:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":163640,"remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:50.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa386d28-9a10-428b-a97f-c8f4ff940c2f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTI5NjV9.riof3_KAT1GuMLodQRDdHqJV6ilykLSwKSuipyYSf_0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":152156,"problems":[{"id":1,"remark":"Reinstall OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2MzN9.__0tptKPuFU-hVZmRnbU31vtehnmYmY5q1wTbMiKAP8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d4208b2-18d8-4eb7-9ef8-2a1924fcc8a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 135
Request Body
{
            "job_id": 163640,
            "problems": [
                {
                    "id": 1,
                    "remark": "Reinstall OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42864d2a-a86e-434d-92b3-c9179d7c3e11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-dpqwIvcPymChjWohaYjg1slfcTU"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dc0f186-0103-412f-a989-a8b7032ada11
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a3-SA79oSKiJzG4kRCZHzxNdzGkB6Y"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db1d384b-dde8-4bbd-bdeb-bd8242306559
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-G7qLPSdRJMwdhJ2I5zON32WRj0g"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":65},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e9daebd4-6f39-44d8-8d6c-443c508516aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 41
Request Body
{
            "details_key": "pending_for_qc"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 62.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25cf952c-ba5f-4ccd-beee-fb0193885083
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 39
Request Body
{
            "details_key": "qc_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fb75-SXGfcEbvB7+7RbznkFVKl2yiq0U"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163635,"job_number":"JOB_163635","tr_customer_id":163652,"tr_customer_product_id":163642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:20.000Z","modified_at":"2026-01-22T04:01:57.000Z","name":"Elton Dietrich","mobile_number":"656-500-8270","email_id":"Kadin44@hotmail.com","dop":"2025-04-06","serial_number":"18940203838680","imei1":"18940203838680","imei2":"18940203838680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163633,"job_number":"JOB_163633","tr_customer_id":163650,"tr_customer_product_id":163640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:01:19.000Z","modified_at":"2026-01-22T04:01:55.000Z","name":"Layla D'Amore","mobile_number":"877-265-3897","email_id":"Delores_Jast95@hotmail.com","dop":"2025-04-06","serial_number":"17982196227659","imei1":"17982196227659","imei2":"17982196227659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163629,"job_number":"JOB_163629","tr_customer_id":163646,"tr_customer_product_id":163636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:36.000Z","modified_at":"2026-01-22T04:01:13.000Z","name":"Jeff Monahan","mobile_number":"786-616-3413","email_id":"Urban_Murray66@gmail.com","dop":"2025-04-06","serial_number":"12596659914898","imei1":"12596659914898","imei2":"12596659914898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163627,"job_number":"JOB_163627","tr_customer_id":163644,"tr_customer_product_id":163634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:35.000Z","modified_at":"2026-01-22T04:01:12.000Z","name":"Derek Hand","mobile_number":"863-467-4576","email_id":"Davin_Dietrich93@hotmail.com","dop":"2025-04-06","serial_number":"12951902035683","imei1":"12951902035683","imei2":"12951902035683","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163623,"job_number":"JOB_163623","tr_customer_id":163640,"tr_customer_product_id":163630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:30.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Ashleigh Prohaska","mobile_number":"300-839-9371","email_id":"Maximo12@gmail.com","dop":"2025-04-06","serial_number":"15715682937946","imei1":"15715682937946","imei2":"15715682937946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163615,"job_number":"JOB_163615","tr_customer_id":163632,"tr_customer_product_id":163622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:10.000Z","modified_at":"2026-01-22T04:00:48.000Z","name":"Magnus Gleason","mobile_number":"395-967-3010","email_id":"Shane.Waelchi4@hotmail.com","dop":"2025-04-06","serial_number":"11518332554242","imei1":"11518332554242","imei2":"11518332554242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163612,"job_number":"JOB_163612","tr_customer_id":163629,"tr_customer_product_id":163619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:08.000Z","modified_at":"2026-01-22T04:00:44.000Z","name":"Blanca Ward","mobile_number":"647-896-9884","email_id":"Macie.Quigley@yahoo.com","dop":"2025-04-06","serial_number":"17755215152800","imei1":"17755215152800","imei2":"17755215152800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163606,"job_number":"JOB_163606","tr_customer_id":163623,"tr_customer_product_id":163613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:04.000Z","modified_at":"2026-01-22T04:00:40.000Z","name":"Bridgette Schinner","mobile_number":"933-548-5720","email_id":"Joe.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"13665516311345","imei1":"13665516311345","imei2":"13665516311345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163603,"job_number":"JOB_163603","tr_customer_id":163620,"tr_customer_product_id":163610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:58.000Z","modified_at":"2026-01-22T04:00:33.000Z","name":"Rashad Dach","mobile_number":"268-945-1016","email_id":"Nadia31@gmail.com","dop":"2025-04-06","serial_number":"16735578186941","imei1":"16735578186941","imei2":"16735578186941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163599,"job_number":"JOB_163599","tr_customer_id":163616,"tr_customer_product_id":163606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:29.000Z","name":"Thaddeus Schiller","mobile_number":"250-780-4642","email_id":"Patricia91@hotmail.com","dop":"2025-04-06","serial_number":"11169688234102","imei1":"11169688234102","imei2":"11169688234102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163597,"job_number":"JOB_163597","tr_customer_id":163614,"tr_customer_product_id":163604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:52.000Z","modified_at":"2026-01-22T04:00:28.000Z","name":"Willie Grady","mobile_number":"407-248-6666","email_id":"Neoma25@hotmail.com","dop":"2025-04-06","serial_number":"19259509435261","imei1":"19259509435261","imei2":"19259509435261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163590,"job_number":"JOB_163590","tr_customer_id":163607,"tr_customer_product_id":163597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:47.000Z","modified_at":"2026-01-22T04:00:23.000Z","name":"Adam Rowe","mobile_number":"662-758-4858","email_id":"Gerald_McCullough@gmail.com","dop":"2025-04-06","serial_number":"11971524107948","imei1":"11971524107948","imei2":"11971524107948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163585,"job_number":"JOB_163585","tr_customer_id":163602,"tr_customer_product_id":163592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:41.000Z","modified_at":"2026-01-22T04:00:17.000Z","name":"Ted Sawayn","mobile_number":"455-730-6137","email_id":"Justen_Stracke@gmail.com","dop":"2025-04-06","serial_number":"15642874933630","imei1":"15642874933630","imei2":"15642874933630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163581,"job_number":"JOB_163581","tr_customer_id":163598,"tr_customer_product_id":163588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:25.000Z","modified_at":"2026-01-22T04:00:00.000Z","name":"Xavier Collier","mobile_number":"621-323-7007","email_id":"Rickey13@hotmail.com","dop":"2025-04-06","serial_number":"11259194263564","imei1":"11259194263564","imei2":"11259194263564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163578,"job_number":"JOB_163578","tr_customer_id":163595,"tr_customer_product_id":163585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:24.000Z","modified_at":"2026-01-22T04:00:02.000Z","name":"Dayton Rolfson","mobile_number":"216-577-9783","email_id":"Mario72@hotmail.com","dop":"2025-04-06","serial_number":"11006453362408","imei1":"11006453362408","imei2":"11006453362408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163576,"job_number":"JOB_163576","tr_customer_id":163593,"tr_customer_product_id":163583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:23.000Z","modified_at":"2026-01-22T03:59:58.000Z","name":"Shawn Rowe","mobile_number":"742-804-9625","email_id":"Cody_Murazik@gmail.com","dop":"2025-04-06","serial_number":"19363560765469","imei1":"19363560765469","imei2":"19363560765469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163572,"job_number":"JOB_163572","tr_customer_id":163589,"tr_customer_product_id":163579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:21.000Z","modified_at":"2026-01-22T03:59:57.000Z","name":"Elza Okuneva","mobile_number":"999-683-7319","email_id":"Watson20@gmail.com","dop":"2025-04-06","serial_number":"14425716504440","imei1":"14425716504440","imei2":"14425716504440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163570,"job_number":"JOB_163570","tr_customer_id":163587,"tr_customer_product_id":163577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:20.000Z","modified_at":"2026-01-22T03:59:56.000Z","name":"Ellis Zulauf","mobile_number":"658-980-8573","email_id":"Andreane_Herzog@hotmail.com","dop":"2025-04-06","serial_number":"15770537901049","imei1":"15770537901049","imei2":"15770537901049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163565,"job_number":"JOB_163565","tr_customer_id":163582,"tr_customer_product_id":163572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:16.000Z","modified_at":"2026-01-22T03:59:51.000Z","name":"Dasia Graham","mobile_number":"228-666-1215","email_id":"Lisa60@hotmail.com","dop":"2025-04-06","serial_number":"18534045241389","imei1":"18534045241389","imei2":"18534045241389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163560,"job_number":"JOB_163560","tr_customer_id":163577,"tr_customer_product_id":163567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:12.000Z","modified_at":"2026-01-22T03:59:48.000Z","name":"Jedediah Senger","mobile_number":"563-248-9478","email_id":"Wilson35@hotmail.com","dop":"2025-04-06","serial_number":"18043763468982","imei1":"18043763468982","imei2":"18043763468982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163553,"job_number":"JOB_163553","tr_customer_id":163570,"tr_customer_product_id":163560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:04.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Clovis Mills","mobile_number":"685-429-8114","email_id":"Gianni17@hotmail.com","dop":"2025-04-06","serial_number":"16162231947775","imei1":"16162231947775","imei2":"16162231947775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163546,"job_number":"JOB_163546","tr_customer_id":163563,"tr_customer_product_id":163553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Florida Schowalter","mobile_number":"276-573-7117","email_id":"Ariel.Hane@gmail.com","dop":"2025-04-06","serial_number":"12092392707101","imei1":"12092392707101","imei2":"12092392707101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163544,"job_number":"JOB_163544","tr_customer_id":163561,"tr_customer_product_id":163551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:58.000Z","modified_at":"2026-01-22T03:59:34.000Z","name":"Anthony Jacobs","mobile_number":"438-651-0127","email_id":"Jade_Boyer@gmail.com","dop":"2025-04-06","serial_number":"14401746799274","imei1":"14401746799274","imei2":"14401746799274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163540,"job_number":"JOB_163540","tr_customer_id":163557,"tr_customer_product_id":163547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:42.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Taya Nolan","mobile_number":"568-853-5563","email_id":"Mckayla_Franecki@hotmail.com","dop":"2025-04-06","serial_number":"19491977456158","imei1":"19491977456158","imei2":"19491977456158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163539,"job_number":"JOB_163539","tr_customer_id":163556,"tr_customer_product_id":163546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:41.000Z","modified_at":"2026-01-22T03:59:17.000Z","name":"Bertrand Hayes","mobile_number":"589-390-0823","email_id":"Clara87@yahoo.com","dop":"2025-04-06","serial_number":"15490643124220","imei1":"15490643124220","imei2":"15490643124220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163533,"job_number":"JOB_163533","tr_customer_id":163550,"tr_customer_product_id":163540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:39.000Z","modified_at":"2026-01-22T03:59:16.000Z","name":"Antonietta Veum","mobile_number":"911-292-1699","email_id":"Ursula_Hickle@hotmail.com","dop":"2025-04-06","serial_number":"10766294919009","imei1":"10766294919009","imei2":"10766294919009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163532,"job_number":"JOB_163532","tr_customer_id":163549,"tr_customer_product_id":163539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:38.000Z","modified_at":"2026-01-22T03:59:14.000Z","name":"Viola Gutkowski","mobile_number":"226-922-5745","email_id":"Gaylord19@yahoo.com","dop":"2025-04-06","serial_number":"14742006249625","imei1":"14742006249625","imei2":"14742006249625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163529,"job_number":"JOB_163529","tr_customer_id":163546,"tr_customer_product_id":163536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:37.000Z","modified_at":"2026-01-22T03:59:13.000Z","name":"Keshaun Rippin","mobile_number":"344-536-0075","email_id":"Haleigh.Adams41@yahoo.com","dop":"2025-04-06","serial_number":"14997931498514","imei1":"14997931498514","imei2":"14997931498514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163525,"job_number":"JOB_163525","tr_customer_id":163542,"tr_customer_product_id":163532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:59:08.000Z","name":"Dan Pacocha","mobile_number":"287-992-2459","email_id":"Amparo45@gmail.com","dop":"2025-04-06","serial_number":"13306504335065","imei1":"13306504335065","imei2":"13306504335065","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163521,"job_number":"JOB_163521","tr_customer_id":163538,"tr_customer_product_id":163528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:29.000Z","modified_at":"2026-01-22T03:59:05.000Z","name":"Kellen Lakin","mobile_number":"305-601-6537","email_id":"Marques20@yahoo.com","dop":"2025-04-06","serial_number":"13938638381888","imei1":"13938638381888","imei2":"13938638381888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163514,"job_number":"JOB_163514","tr_customer_id":163531,"tr_customer_product_id":163521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:19.000Z","modified_at":"2026-01-22T03:58:54.000Z","name":"Virginie Rippin","mobile_number":"220-247-3907","email_id":"Lilyan_Koepp97@hotmail.com","dop":"2025-06-18","serial_number":"10833226072437","imei1":"10833226072437","imei2":"10833226072437","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163509,"job_number":"JOB_163509","tr_customer_id":163526,"tr_customer_product_id":163516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Kieran Hamill","mobile_number":"676-812-2457","email_id":"Krista52@gmail.com","dop":"2025-04-06","serial_number":"13360449192288","imei1":"13360449192288","imei2":"13360449192288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163507,"job_number":"JOB_163507","tr_customer_id":163524,"tr_customer_product_id":163514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:15.000Z","modified_at":"2026-01-22T03:58:51.000Z","name":"Dagmar Okuneva","mobile_number":"580-344-0234","email_id":"Carmel.Hartmann64@gmail.com","dop":"2025-04-06","serial_number":"15746221300219","imei1":"15746221300219","imei2":"15746221300219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163503,"job_number":"JOB_163503","tr_customer_id":163520,"tr_customer_product_id":163510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:02.000Z","modified_at":"2026-01-22T03:58:38.000Z","name":"Myrl Robel","mobile_number":"803-530-3775","email_id":"Hudson48@gmail.com","dop":"2025-04-06","serial_number":"17252833675228","imei1":"17252833675228","imei2":"17252833675228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163501,"job_number":"JOB_163501","tr_customer_id":163518,"tr_customer_product_id":163508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:00.000Z","modified_at":"2026-01-22T03:58:34.000Z","name":"Willard Grady","mobile_number":"481-497-9561","email_id":"Eusebio.Rempel95@gmail.com","dop":"2025-04-06","serial_number":"10413286534780","imei1":"10413286534780","imei2":"10413286534780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163498,"job_number":"JOB_163498","tr_customer_id":163515,"tr_customer_product_id":163505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:55.000Z","modified_at":"2026-01-22T03:58:30.000Z","name":"Noelia White","mobile_number":"602-745-6781","email_id":"Elenora.Jacobi@yahoo.com","dop":"2025-04-06","serial_number":"12771801690877","imei1":"12771801690877","imei2":"12771801690877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163495,"job_number":"JOB_163495","tr_customer_id":163512,"tr_customer_product_id":163502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:53.000Z","modified_at":"2026-01-22T03:58:29.000Z","name":"Cydney Rogahn","mobile_number":"439-225-9490","email_id":"Clement71@yahoo.com","dop":"2025-04-06","serial_number":"15093034076349","imei1":"15093034076349","imei2":"15093034076349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163492,"job_number":"JOB_163492","tr_customer_id":163509,"tr_customer_product_id":163499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:27.000Z","name":"Danielle Brekke","mobile_number":"512-745-1292","email_id":"Antonette.Homenick88@hotmail.com","dop":"2025-04-06","serial_number":"13728254893091","imei1":"13728254893091","imei2":"13728254893091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163488,"job_number":"JOB_163488","tr_customer_id":163505,"tr_customer_product_id":163495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:46.000Z","modified_at":"2026-01-22T03:58:22.000Z","name":"Constance Moen","mobile_number":"890-897-6766","email_id":"Immanuel_Oberbrunner@hotmail.com","dop":"2025-04-06","serial_number":"10056745028317","imei1":"10056745028317","imei2":"10056745028317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163485,"job_number":"JOB_163485","tr_customer_id":163502,"tr_customer_product_id":163492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:44.000Z","modified_at":"2026-01-22T03:58:21.000Z","name":"Casimer Lebsack","mobile_number":"814-284-5872","email_id":"Walter.Pfannerstill52@yahoo.com","dop":"2025-04-06","serial_number":"12425230516743","imei1":"12425230516743","imei2":"12425230516743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163482,"job_number":"JOB_163482","tr_customer_id":163499,"tr_customer_product_id":163489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:38.000Z","modified_at":"2026-01-22T03:58:12.000Z","name":"Daryl Orn","mobile_number":"332-287-8443","email_id":"Declan36@gmail.com","dop":"2025-06-18","serial_number":"10905585943521","imei1":"10905585943521","imei2":"10905585943521","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163478,"job_number":"JOB_163478","tr_customer_id":163495,"tr_customer_product_id":163485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:33.000Z","modified_at":"2026-01-22T03:58:08.000Z","name":"Kaelyn Reichert","mobile_number":"649-545-2289","email_id":"Verlie.Mitchell79@hotmail.com","dop":"2025-04-06","serial_number":"18670258333112","imei1":"18670258333112","imei2":"18670258333112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163475,"job_number":"JOB_163475","tr_customer_id":163492,"tr_customer_product_id":163482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:30.000Z","modified_at":"2026-01-22T03:58:07.000Z","name":"Sanford Auer","mobile_number":"742-268-5310","email_id":"Erika60@hotmail.com","dop":"2025-04-06","serial_number":"16359301569719","imei1":"16359301569719","imei2":"16359301569719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163472,"job_number":"JOB_163472","tr_customer_id":163489,"tr_customer_product_id":163479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:19.000Z","modified_at":"2026-01-22T03:57:56.000Z","name":"Stevie Kozey","mobile_number":"722-406-6593","email_id":"Napoleon.Treutel8@gmail.com","dop":"2025-04-06","serial_number":"14748606284092","imei1":"14748606284092","imei2":"14748606284092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163471,"job_number":"JOB_163471","tr_customer_id":163488,"tr_customer_product_id":163478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:11.000Z","modified_at":"2026-01-22T03:57:19.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"10104137016969","imei1":"10104137016969","imei2":"10104137016969","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163469,"job_number":"JOB_163469","tr_customer_id":163486,"tr_customer_product_id":163476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:09.000Z","modified_at":"2026-01-22T03:57:45.000Z","name":"Celestino Champlin","mobile_number":"323-428-4779","email_id":"Lillian.Stamm74@gmail.com","dop":"2025-04-06","serial_number":"18942008871062","imei1":"18942008871062","imei2":"18942008871062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163466,"job_number":"JOB_163466","tr_customer_id":163483,"tr_customer_product_id":163473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:02.000Z","modified_at":"2026-01-22T03:57:40.000Z","name":"Ezekiel Torphy","mobile_number":"930-230-8149","email_id":"Will.Cartwright25@yahoo.com","dop":"2025-04-06","serial_number":"19077715366923","imei1":"19077715366923","imei2":"19077715366923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163465,"job_number":"JOB_163465","tr_customer_id":163482,"tr_customer_product_id":163472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:00.000Z","modified_at":"2026-01-22T03:57:08.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66098132301166","imei1":"66098132301166","imei2":"66098132301166","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163462,"job_number":"JOB_163462","tr_customer_id":163479,"tr_customer_product_id":163469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:04:26.000Z","modified_at":"2026-01-22T03:05:01.000Z","name":"Clementine Mayer","mobile_number":"498-728-1723","email_id":"Estefania_Moore73@hotmail.com","dop":"2025-04-06","serial_number":"15867308796195","imei1":"15867308796195","imei2":"15867308796195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:05:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163459,"job_number":"JOB_163459","tr_customer_id":163476,"tr_customer_product_id":163466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:44.000Z","modified_at":"2026-01-22T03:04:19.000Z","name":"Omer Nienow","mobile_number":"599-496-0604","email_id":"Effie_Smith@hotmail.com","dop":"2025-04-06","serial_number":"12544195811635","imei1":"12544195811635","imei2":"12544195811635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163456,"job_number":"JOB_163456","tr_customer_id":163473,"tr_customer_product_id":163463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:03:02.000Z","modified_at":"2026-01-22T03:03:37.000Z","name":"Krista Terry","mobile_number":"948-520-8742","email_id":"Jammie87@gmail.com","dop":"2025-04-06","serial_number":"11743797185499","imei1":"11743797185499","imei2":"11743797185499","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163621,"job_number":"JOB_163621","tr_customer_id":163638,"tr_customer_product_id":163628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:29.000Z","modified_at":"2026-01-22T04:01:06.000Z","name":"Aurelia Monahan","mobile_number":"297-744-6002","email_id":"Elliot_Walter33@gmail.com","dop":"2000-01-31","serial_number":"10011155377352","imei1":"10011155377352","imei2":"10011155377352","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163588,"job_number":"JOB_163588","tr_customer_id":163605,"tr_customer_product_id":163595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:46.000Z","modified_at":"2026-01-22T04:00:22.000Z","name":"Peyton Mosciski","mobile_number":"920-546-3457","email_id":"Keanu.Kertzmann@hotmail.com","dop":"2000-01-31","serial_number":"10112136958537","imei1":"10112136958537","imei2":"10112136958537","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163550,"job_number":"JOB_163550","tr_customer_id":163567,"tr_customer_product_id":163557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:03.000Z","modified_at":"2026-01-22T03:59:39.000Z","name":"Simone Wyman","mobile_number":"262-902-2648","email_id":"Carrie20@yahoo.com","dop":"2000-01-31","serial_number":"10987226518985","imei1":"10987226518985","imei2":"10987226518985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163518,"job_number":"JOB_163518","tr_customer_id":163535,"tr_customer_product_id":163525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:27.000Z","modified_at":"2026-01-22T03:58:43.000Z","name":"Beth Bosco","mobile_number":"871-219-4103","email_id":"Jairo_Tillman@gmail.com","dop":"2025-05-30","serial_number":"19526323722702","imei1":"19526323722702","imei2":"19526323722702","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163515,"job_number":"JOB_163515","tr_customer_id":163532,"tr_customer_product_id":163522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:20.000Z","modified_at":"2026-01-22T03:58:55.000Z","name":"Eloy Haag","mobile_number":"707-863-6602","email_id":"Cristobal93@gmail.com","dop":"2000-01-31","serial_number":"10081072752305","imei1":"10081072752305","imei2":"10081072752305","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163639,"job_number":"JOB_163639","tr_customer_id":163656,"tr_customer_product_id":163646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:39.000Z","modified_at":"2026-01-22T04:03:48.000Z","name":"tanjiro kamado","mobile_number":"954-632-2365","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"522671910892708","imei1":"522671910892708","imei2":"522671910892708","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163638,"job_number":"JOB_163638","tr_customer_id":163655,"tr_customer_product_id":163645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:28.000Z","modified_at":"2026-01-22T04:03:37.000Z","name":"saitama sensei","mobile_number":"628-958-2954","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"803479690351743","imei1":"803479690351743","imei2":"803479690351743","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163618,"job_number":"JOB_163618","tr_customer_id":163635,"tr_customer_product_id":163625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:21.000Z","modified_at":"2026-01-22T04:00:32.000Z","name":"Velda O'Keefe","mobile_number":"936-593-2578","email_id":"Russ_Hermann@yahoo.com","dop":"2025-06-09","serial_number":"101936025221503","imei1":"101936025221503","imei2":"101936025221503","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163609,"job_number":"JOB_163609","tr_customer_id":163626,"tr_customer_product_id":163616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:00:06.000Z","modified_at":"2026-01-22T04:00:16.000Z","name":"Erling DuBuque","mobile_number":"789-525-6890","email_id":"Salvador91@gmail.com","dop":"2025-06-09","serial_number":"100351243788408","imei1":"100351243788408","imei2":"100351243788408","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163594,"job_number":"JOB_163594","tr_customer_id":163611,"tr_customer_product_id":163601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:59:50.000Z","modified_at":"2026-01-22T04:00:01.000Z","name":"Crystel Wiegand","mobile_number":"413-909-8619","email_id":"Elisabeth.Oberbrunner@hotmail.com","dop":"2025-06-09","serial_number":"102441155277280","imei1":"102441155277280","imei2":"102441155277280","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163526,"job_number":"JOB_163526","tr_customer_id":163543,"tr_customer_product_id":163533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:58:34.000Z","modified_at":"2026-01-22T03:58:56.000Z","name":"Pearline Von","mobile_number":"225-259-0751","email_id":"Evie_Kertzmann86@gmail.com","dop":"2025-10-01","serial_number":"11103730177207","imei1":"11103730177207","imei2":"11103730177207","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163493,"job_number":"JOB_163493","tr_customer_id":163510,"tr_customer_product_id":163500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:52.000Z","modified_at":"2026-01-22T03:58:02.000Z","name":"giyu tomiaka","mobile_number":"914-488-1390","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"428657442901301","imei1":"428657442901301","imei2":"428657442901301","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163484,"job_number":"JOB_163484","tr_customer_id":163501,"tr_customer_product_id":163491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:41.000Z","modified_at":"2026-01-22T03:57:50.000Z","name":"tanjiro kamado","mobile_number":"753-304-7910","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"298645549453771","imei1":"298645549453771","imei2":"298645549453771","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163474,"job_number":"JOB_163474","tr_customer_id":163491,"tr_customer_product_id":163481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T03:57:29.000Z","modified_at":"2026-01-22T03:57:38.000Z","name":"saitama sensei","mobile_number":"929-377-0255","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"379239172839877","imei1":"379239172839877","imei2":"379239172839877","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3fd-nisGjCTzjGnRpd0YElZvokQ2TeQ"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 382ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 82c26a86-850f-4e41-8805-c7848458eb52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-rTPxPFwJEoCJDs81AxH2IZ9yNyE"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:55.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-22T04:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2156ec2-9450-4f51-816b-6a89bd777c74
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163640
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODE5MzM5Mn0.S2x1j0eNH1UBLrcqcF4TbDLqif0Lzbet8DgVaH9huoE' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 418ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTA1NDYzNX0.nYzftbzzPTRCVjO6tEz5BYeQYVZFjiuVSd7in80PYPk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17f6009d-dbb9-45f6-bb87-d60114c8c00a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d55e37e5-8008-4101-852c-84c379ec422c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-aR1MWhFEuQUYkpcjzsT31dAkyL0"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b376dd45-da0e-49e2-b7a2-0e1300189eb9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-jn/+2Asb3Ic/fTGuGPsU+w0iTOs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cd9183ac-1fcf-4c19-88f0-be590a59144a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-9G6bzslqVS2Pok7lh4MeATtleWs"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":186},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 1002B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ab212fec-4897-4f1e-88e7-d35de3aff323
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1002
ETag W/"3ea-pcZ+la9OhNW8OWz9EjO+37RVT+M"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:57.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 1002B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6d0d98f-aaa6-43b4-bebe-c561322c3455
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1002
ETag W/"3ea-pcZ+la9OhNW8OWz9EjO+37RVT+M"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:57.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-22T04:03:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151780}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83bfa13d-5082-474f-b247-7e5019ab3b28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "job_id": 163640
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151780"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 1005B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 671f8999-1b1e-425d-8088-a7dbc3c2c3e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_163640"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1005
ETag W/"3ed-9JTmuSlE3ANarBvwoh26lbSBC7M"
Vary Accept-Encoding
Date Thu, 22 Jan 2026 04:03:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:58.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151780' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxOTM5Mjh9.fK48ceWy1y-QdFCEWGQJZiQA3u1diW9MxlOppF2Hq-I' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_163640
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 2.55KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkwNTQ2Mzd9.u1hU6sy61dx-A26aass15vGhT648yymFgfpBs322pxI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0dda8985-03ce-4d43-9152-d70d0010986b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a38-8LR02T2jpifbiplZbd4xEgu5Bwk"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 22 Jan 2026 04:03:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":163640,"job_number":"JOB_163640","tr_customer_id":163657,"tr_customer_product_id":163647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-22T04:03:50.000Z","modified_at":"2026-01-22T04:03:58.000Z","name":"giyu tomiaka","mobile_number":"688-479-9500","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"193487064650731","imei1":"193487064650731","imei2":"193487064650731","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-22T04:03:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":626511,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:50.000Z","created_at":"2026-01-22T04:03:50.000Z"},{"id":626512,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-22T04:03:50.000Z","created_at":"2026-01-22T04:03:50.000Z"},{"id":626513,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-22T04:03:53.000Z","created_at":"2026-01-22T04:03:53.000Z"},{"id":626514,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-22T04:03:55.000Z","created_at":"2026-01-22T04:03:55.000Z"},{"id":626515,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-22T04:03:57.000Z","created_at":"2026-01-22T04:03:57.000Z"},{"id":626516,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:58.000Z","created_at":"2026-01-22T04:03:58.000Z"},{"id":626517,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-22T04:03:58.000Z","created_at":"2026-01-22T04:03:58.000Z"}],"problems":[{"id":142886,"problem":"Poor battery life","remark":"93 battery health","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-22T04:03:50.000Z"},{"id":142887,"problem":"Smartphone is running slow","remark":"Reinstall OS","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-22T04:03:55.000Z"}],"quatations":[]}}
Test Information
No Tests for this request